GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / AddStickyNoteAnnotation Method





In This Topic
AddStickyNoteAnnotation Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function AddStickyNoteAnnotation( _
   ByVal IconName As PdfStickyNoteAnnotationIcon, _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Author As String, _
   ByVal Subject As String, _
   ByVal Contents As String, _
   ByVal Opacity As Single, _
   ByVal OpenPopup As Boolean, _
   ByVal Red As Byte, _
   ByVal Green As Byte, _
   ByVal Blue As Byte, _
   ByVal PopupLeft As Single, _
   ByVal PopupTop As Single, _
   ByVal PopupWidth As Single, _
   ByVal PopupHeight As Single _
) As Integer
public int AddStickyNoteAnnotation( 
   PdfStickyNoteAnnotationIcon IconName,
   float Left,
   float Top,
   string Author,
   string Subject,
   string Contents,
   float Opacity,
   bool OpenPopup,
   byte Red,
   byte Green,
   byte Blue,
   float PopupLeft,
   float PopupTop,
   float PopupWidth,
   float PopupHeight
)
public function AddStickyNoteAnnotation( 
    IconName: PdfStickyNoteAnnotationIcon;
    Left: Single;
    Top: Single;
    Author: String;
    Subject: String;
    Contents: String;
    Opacity: Single;
    OpenPopup: Boolean;
    Red: Byte;
    Green: Byte;
    Blue: Byte;
    PopupLeft: Single;
    PopupTop: Single;
    PopupWidth: Single;
    PopupHeight: Single
): Integer; 
public function AddStickyNoteAnnotation( 
   IconName : PdfStickyNoteAnnotationIcon,
   Left : float,
   Top : float,
   Author : String,
   Subject : String,
   Contents : String,
   Opacity : float,
   OpenPopup : boolean,
   Red : byte,
   Green : byte,
   Blue : byte,
   PopupLeft : float,
   PopupTop : float,
   PopupWidth : float,
   PopupHeight : float
) : int;
public: int AddStickyNoteAnnotation( 
   PdfStickyNoteAnnotationIcon IconName,
   float Left,
   float Top,
   string* Author,
   string* Subject,
   string* Contents,
   float Opacity,
   bool OpenPopup,
   byte Red,
   byte Green,
   byte Blue,
   float PopupLeft,
   float PopupTop,
   float PopupWidth,
   float PopupHeight
) 
public:
int AddStickyNoteAnnotation( 
   PdfStickyNoteAnnotationIcon IconName,
   float Left,
   float Top,
   String^ Author,
   String^ Subject,
   String^ Contents,
   float Opacity,
   bool OpenPopup,
   byte Red,
   byte Green,
   byte Blue,
   float PopupLeft,
   float PopupTop,
   float PopupWidth,
   float PopupHeight
) 

Parameters

IconName
Left
Top
Author
Subject
Contents
Opacity
OpenPopup
Red
Green
Blue
PopupLeft
PopupTop
PopupWidth
PopupHeight
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members